home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / docs / INSTALL.DOC < prev    next >
Text File  |  1997-04-15  |  2KB  |  66 lines

  1.  
  2.  
  3. All packages associated with this system have one of the following
  4. file extensions:
  5.  
  6. .zip        pkzip format
  7.  
  8. .tar.gz        unix tar / GNU gzip format
  9.  
  10. .tgz        unix tar / GNU gzip format
  11.  
  12. For those who don't currently have GNU gzip it can be obtained at:
  13. ftp://prep.ai.mit.edu/pub/gnu/gzip-1.2.4.tar
  14. This utility has a much better compression ratio then "compress",
  15. is very portable and doesn't suffer from the patent problems associated
  16. with "compress".
  17.  
  18. All archive formats include directory paths relative to wherever your
  19. Dynace root is contained.  You should, therefore, change to wherever
  20. your Dynace root is and then unpack it, including directories.
  21.  
  22. After unpacking the stuff you'll want to see the README.DOC or
  23. docs/README.DOC file for further information.
  24.  
  25. The following gives unpacking examples for the various formats.
  26. It is assumed that your Dynace root is /dynace.  This can be changed to
  27. whatever you like.
  28.  
  29. DOS/Windows with pkunzip
  30. ------------------------
  31.  
  32.     md \dynace
  33.     cd \dynace
  34.  
  35.     pkunzip -d file.zip   (repeat this line for each .zip file - be sure
  36.                            to always start from \dynace)
  37.  
  38. See BUILD.DOC for instructions on building the system
  39.  
  40.  
  41. DOS/Windows with unzip
  42. ----------------------
  43.  
  44.     md \dynace
  45.     cd \dynace
  46.  
  47.     unzip file.zip        (repeat this line for each .zip file - be sure
  48.                            to always start from \dynace)
  49.  
  50. See BUILD.DOC for instructions on building the system
  51.  
  52.  
  53. Linux/Unix
  54. ----------
  55.  
  56.     mkdir /dynace
  57.     cd /dynace
  58.  
  59.     gzip -dc file.tar.gz |tar xvf -    (repeat this line for each file -
  60.                                         be sure to always start from
  61.                                         /dynace)
  62.  
  63.  
  64. See BUILD.DOC for instructions on building the system
  65.  
  66.